body{
	font-size: 15px;
}
@media only screen and (max-width:767px ) {
	body{
		font-size: 14px;
	}
}
.box_title {
	font-size: 40px;
}

@media only screen and (max-width:767px) {
	.box_title {
		font-size: 32px;
	}
}

@media only screen and (max-width:575px) {
	.box_title {
		font-size: 26px;
	}
}

.box_hr {
	display: block;
	height: 1px;
	width: 5em;
	margin: 15px auto;
}

.box_text {
	font-size: 17px;
	line-height: 1.7em;
}

@media only screen and (max-width:767px) {
	.box_text {
		font-size: 16px;
	}
}

.bg_red {
	background-color: #ff3700 !important;
}

.bg_white {
	background-color: white;
}

.text_white {
	color: white;
}

.text_black {
	color: black;
}

.pt_80 {
	padding-top: 80px;
}

.pb_80 {
	padding-bottom: 80px;
}
@media only screen and (max-width:575px) {
	.pt_80 {
		padding-top: 40px;
	}
	.pb_80 {
	padding-bottom: 40px;
}
}



.img_mx {
	max-width: 100%;
}

.w_index {}

.w_index .banner{
	overflow: hidden;
}
.w_index .banner .img_box{
	height: 470px;
	width: 600px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width:575px ) {
	.w_index .banner .img_box{
		display: none;
	}
}
@keyframes updown_deop {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0px);
	}
}
.w_index .banner .img_box .img01{
	position: absolute;	
	top: 76px;
    left: -108px;
    animation: updown_deop 2.1s infinite ease-in-out;
}
.w_index .banner .img_box .img02{
	position: absolute;	
	    top: 160px;
    right: -226px;
    animation: updown_deop 1.8s infinite ease-in-out;
    
}
.w_index .banner .img_box .img03{
	position: absolute;	
	    top: 245px;
    left: -417px;
    animation: updown_deop 2.2s infinite ease-in-out;
    
}
.w_index .banner .img_box .img04{
	position: absolute;	
	    top: 356px;
    right: -425px;
    animation: updown_deop 2.5s infinite ease-in-out;
    
}
.w_index .banner_box{
	height: 916px;
}

@media only screen and (max-width:575px ) {
	.w_index .banner_box{
	height: 506px;
}
}
.w_index .banner {
	padding-top: 60px;
	position: relative;
	height: 820px;
	background: url(../images/index_banner.jpg) no-repeat top center;
	background-size: cover;
	position: fixed;
	width: 100%;
	top: 96px;
	left: 0px;
	z-index: -1;
}
@media only screen and (max-width:575px) {
	.w_index .banner {
	padding-top:30px;
	height: auto;
}
}
#large-header {
	position: absolute;
	top: 0;
	left: 0;
}

.w_index .banner .title {
	font-size: 55px;
}

@media only screen and (max-width:767px) {
	.w_index .banner .title {
		font-size: 46px;
	}
}
@media only screen and (max-width:575px) {
	.w_index .banner .title {
		font-size: 32px;
	}
}
.w_index .banner .text {
	font-size: 20px;
}
@media only screen and (max-width:575px) {
	.w_index .banner .text {
		font-size: 16px;
	}
}
.w_index .banner .text span {
	margin-right: 20px;
}
@media only screen and (max-width:575px) {
	.w_index .banner .text span {
		margin-right: 11px;
	}
}
.w_index .banner .hr {
	height: 1px;
	width: 7em;
	margin: 20px auto;
}

.w_index .banner .bottom {
	/*margin-top: 480px;*/
	font-size: 16px;
}
@media only screen and (max-width:575px) {
	.w_index .banner .bottom {
		margin-top: 264px;
	}
}
.w_index .baner_down_box {
	margin-top: 20px;
	margin-bottom: 10px;
}

.w_index .baner_down_box img {
	display: block;
	margin: 0 auto;
	animation: change_fade 1.5s infinite ease-in-out;
}

.w_index .baner_down_box img:nth-child(n+2) {
	/*opacity: 0.6;*/
	animation: change_fade 1.5s infinite ease-in-out 0.5s;
}

.w_index .baner_down_box img:nth-child(n+3) {
	/*opacity: 0.4;*/
	animation: change_fade 1.5s infinite ease-in-out 1s;
}
.w_index .banner .btn_link{
    color: #fff;
    border-radius: 50px;
    padding: 9px 40px;
    font-size: 22px;
    border:1px solid #fff;
    display:inline-block;
    position: relative; z-index: 2;
}
.w_index .banner .btn_link:hover{background: rgba(248, 248, 248, 0.35);}

@keyframes change_fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.w_index .market {
	background-color: white;
}
.marketBot{position:relative;}
.marketBot .btn_link{
	color: #ffffff;
    border-radius: 50px;
    padding: 9px 40px;
    font-size: 22px;
    border:none;
    background-color:rgba(255, 55, 0, 0.65);
    display:inline-block;
    position:absolute; top:10px; left:50%; margin-left:-150px;
}
.marketBot .btn_link:hover{background-color:rgba(255, 55, 0, 0.85);}

.w_index .market dl {
	color: #ff3700;
	margin-bottom: 10px;
}

.w_index .market dt {
	font-size: 55px;
}

@media only screen and (max-width:1199px) {
	.w_index .market dt {
		font-size: 30px;
	}
}

@media only screen and (max-width:575px) {
	.w_index .market dt {
		font-size: 22px;
	}
}

.w_index .market dd {
	font-size: 18px;
}

@media only screen and (max-width:575px) {
	.w_index .market dd {
		font-size: 16px;
	}
}

.w_index .market .content_box {
	margin: 40px 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}


/*.w_index .market img{
	max-width: 100%;
}*/

.w_index .adSection01 {
	background-color: #3071fe;
}

.w_index .adSection01 .title_box {
	width: 45%;
	vertical-align: middle;
	display: table-cell;
	padding-left: 0px;
}

@media only screen and (max-width:767px) {
	.w_index .adSection01 .title_box {
		text-align: center !important;
		width: 100%;
		vertical-align: middle;
		display: block;
		padding-left: 0px;
	}
}

.w_index .adSection01 .title_box .box_hr {
	margin: 15px 0px;
}

@media only screen and (max-width:767px) {
	.w_index .adSection01 .title_box .box_hr {
		margin: 15px auto;
	}
}

.w_index .adSection01 .content {
	display: table;
}

@media only screen and (max-width:767px) {
	.w_index .adSection01 .content {
		display: block;
	}
}

.w_index .adSection01 .img_box {
	margin-left: 20px;
	/*display: table-cell;*/
}

@media only screen and (max-width:767px) {
	.w_index .adSection01 .img_box {
		margin-top: 30px;
	}
}

@media only screen and (max-width:991px) {
	.w_index .adSection01 .box_title {
		font-size: 25px;
	}
}

.w_index .reason {
	background-color: white;
}

.w_index .reason .content_box {
	margin-top: 50px;
}

.w_index .reason .content_box th {
	font-size: 16px;
	padding-bottom: 25px;
	text-align: center;
}

.w_index .reason .content_box th img {
	margin-right: 30px;
}

@media only screen and (max-width:575px) {
	.w_index .reason .content_box th img {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
}

.w_index .reason .content_box .circle {
	display: table-cell;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	padding: 0 20px;
	position: relative;
	background-color: #ff3700;
}

@media only screen and (max-width:575px) {
	.w_index .reason .content_box .circle {
		color: #ff3700;
		line-height: 17px;
		background-color: white;
	}
}

.w_index .reason .content_box .circle:before {
	position: absolute;
	top: 50%;
	left: 11px;
	margin-top: -4px;
	content: "";
	background: url(../images/index_left.png) no-repeat;
	display: block;
	color: white;
	width: 5px;
	height: 9px;
	font-size: 20px;
}

.w_index .reason .content_box .circle:after {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -4px;
	content: "";
	background: url(../images/index_right.png) no-repeat;
	display: block;
	color: white;
	width: 5px;
	height: 9px;
	font-size: 20px;
}

@media only screen and (max-width: 575px) {
	.w_index .reason .content_box .circle:before {
		display: none;
	}
	.w_index .reason .content_box .circle:after {
		display: none;
	}
}

.warp_cirle {
	display: inline-block;
}

.w_index .reason .content_box td {
	/*font-size: 15px;*/
}

.w_index .reason .content_box .d_boder {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 40%;
}

.w_index .adSection02 {
	background: url(../images/adSection02_bg.jpg) no-repeat top center;
	background-size: cover;
}

.w_index .adSection02 .btn_type {
	margin-top: 30px;
	cursor: pointer;
	background: transparent;
	outline: navajowhite;
	border: 1px solid white;
	color: white;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 15px;
	transition: all 0.5s;
}

.w_index .adSection02 .btn_type:hover {
	color: #FF3700;
	border: 1px solid #FF3700;
	background: white;
}

.w_index .join {
	background-color: #eefafd;
}

.w_index .join th {
	font-size: 19px;
	border: 2px solid white;
	font-weight: bold;
	color: white;
	width: 25%;
	background-color: #737373;
	border: 2px solid white;
	padding:15px 0;
}
@media only screen and (max-width:767px) {
	.w_index .join th {
		font-size: 18px;
	}
}
@media only screen and (max-width:575px) {
	.w_index .join th {
		font-size: 14px;
	}
}
.w_index .join th p {
	margin: 5px;
}

.w_index .join th:first-child {
	/*font-size: 25px;*/
	background-color: #333333;
}



.w_index .join th:nth-child(n+2) {
	background-color: #ff3700;
}

.w_index .join th:nth-child(n+3) {
	background-color: #737373;
}

.w_index .join tr td {
	padding: 9px;
	border: 2px solid white;
	/*font-size: 15px;*/
	color: black;
	background-color: #e6e6e6;
}
@media only screen and (max-width:575px ) {
	.w_index .join tr td {
		font-size: 12px;
	}
}
.w_index .join tr td:first-child {
	font-weight: bold;
}

.w_index .join tr:nth-child(2n) td {
	background-color: #f9f9f9;
}

.w_index .join tr td:nth-child(n+2) {
	background-color: #ffe6df;
}

.w_index .join tr:nth-child(2n) td:nth-child(n+2) {
	background-color: #fff5f3;
}

.w_index .join tr td:nth-child(n+3) {
	background-color: #e6e6e6;
}

.w_index .join tr:nth-child(2n) td:nth-child(n+3) {
	background-color: #f9f9f9;
}

.w_index .problem {
	background: #00bae8 url(../images/index_problem_bg01.jpg) no-repeat bottom center;
}

.w_index .problem .img_box {
	position: relative;
}

.w_index .notFear {
	background-color: white;
}

.w_index .notFear .content_box {
	padding-top: 50px;
	text-align: center;
}

.w_index .notFear .items {
	margin-top: 30px;
}

.w_index .notFear .item {
	margin: 0px 10px 39px 10px;
}

.w_index .notFear .item .box_img {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
}

@media only screen and (max-width:767px) {
	.w_index .notFear .item .box_img {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
}

.w_index .notFear .item .box_img img {
	max-width: 100%;
}

.w_index .notFear .item .title {
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 10px;
	color: black;
}

@media only screen and (max-width:767px) {
	.w_index .notFear .item .title {
		font-size: 15px;
		font-weight: bold;
		color: #737373;
	}
}

.w_index .notFear .item .text {
	max-width: 15em;
	margin: 0 auto;
	/*font-size: 15px;*/
	color: #666;
	min-height: 7em;
}

@media only screen and (max-width:767px) {
	.w_index .notFear .item .text {
		/*font-size: 14px;*/
		height: 8em;
	}
}

.w_index .product {
	position: relative;
	background: url(../images/index_produc_bg.jpg) no-repeat top center;
	background-size: cover;
}

.w_index .product .content_box {
	margin-top: 30px;
	overflow: hidden;
}

.w_index .product .controlBtn {
	text-align: center;
	display: inline-block;
	border: 2px solid white;
	width: 66px;
	height: 66px;
	line-height: 56px;
	font-size: 48px;
	color: white;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	z-index: 20;
}

.w_index .product .controlBtn:before {
	content: "";
	display: block;
	border-radius: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 66px;
	height: 66px;
	background: white;
	transform: scale(0);
	transition: all .2s;
}
@media only screen and (max-width:991px ) {
	.w_index .product .controlBtn:before,
	.w_index .product .controlBtn {
		width: 56px;
		height: 56px;
		line-height: 48px;
		font-size: 34px;
	}
}
@media only screen and (max-width:575px) {
	.w_index .product .controlBtn:before,
	.w_index .product .controlBtn {
		width: 41px;
		height: 41px;
		line-height: 34px;
		font-size: 34px;
	}
}

.w_index .product .controlBtn:hover:before {
	transform: scale(1);
}

.w_index .product .controlBtn:hover {
	color: #ff3700;
}

.w_index .product .next {
	padding-left: 6px;
	position: absolute;
	right: -50px;
	top: 50%;
}
@media only screen and (max-width:991px) {
	.w_index .product .next {
		right: -36px;
	}
}
@media only screen and (max-width:767px) {
	.w_index .product .next {
		right: 215px;
		top: 85%;
	}
}

@media only screen and (max-width:575px) {
	.w_index .product .next {
		right: 110px;
		top: 81%;
	}
}

.w_index .product .prev {
	padding-right: 6px;
	position: absolute;
	left: -50px;
	top: 50%;
}
@media only screen and (max-width:991px) {
	.w_index .product .prev {
		left: -36px;
	}
}
@media only screen and (max-width:767px) {
	.w_index .product .prev {
		left: 215px;
		top: 85%;
	}
}

@media only screen and (max-width:575px) {
	.w_index .product .prev {
		left: 110px;
		top: 81%;
	}
}

.w_index .homepage-features img {
	max-width: 100%;
}

.w_index .homepage-features__wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 930px;
	height: 484px;
	background: url(../images/index_product_bg01.png) no-repeat top center;
	background-size: contain;
	position: relative;
}

@media only screen and (max-width:991px) {
	.w_index .homepage-features__wrapper {
		width: 670px;
		height: 374px;
	}
}

@media only screen and (max-width:767px) {
	.w_index .homepage-features__wrapper {
		width: 590px;
		height: 380px;
	}
}

@media only screen and (max-width:575px) {
	.w_index .homepage-features__wrapper {
		width: 323px;
		height: 240px;
	}
}

.w_index .pc_wrapper .swiper-container {
	position: absolute;
	top: 27px;
	left: 126px;
	width: 580px;
	height: 361px;
}

@media only screen and (max-width:991px) {
	.w_index .pc_wrapper .swiper-container {
		top: 18px;
		left: 79px;
		width: 436px;
		height: 277px;
	}
}

@media only screen and (max-width:767px) {
	.w_index .pc_wrapper .swiper-container {
		top: 16px;
		left: 70px;
		width: 384px;
		height: 242px;
	}
}

@media only screen and (max-width:575px) {
	.w_index .pc_wrapper .swiper-container {
		top: 9px;
		left: 38px;
		width: 211px;
		height: 132px;
	}
}

.w_index .pc_wrapper_bg .swiper-container {
	position: absolute;
	top: 30px;
	left: -61%;
	width: 700px;
	height: 356px;
	transform: scale(0.9);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.3;
	filter: alpha(opacity=30);
}

@media only screen and (max-width:991px) {
	.w_index .pc_wrapper_bg .swiper-container {
		left: -47%;
		width: 390px;
		height: 241px;
	}
}

.w_index .moblie_wrapper .swiper-container {
	position: absolute;
	top: 166px;
	right: 71px;
	width: 136px;
	height: 241px;
}

@media only screen and (max-width:991px) {
	.w_index .moblie_wrapper .swiper-container {
		top: 128px;
		right: 37px;
		width: 103px;
		height: 182px;
	}
}

@media only screen and (max-width:767px) {
	.w_index .moblie_wrapper .swiper-container {
		top: 110px;
		right: 35px;
		width: 86px;
		height: 160px;
	}
}

@media only screen and (max-width:575px) {
	.w_index .moblie_wrapper .swiper-container {
		top: 64px;
		right: 18px;
		width: 47px;
		height: 84px;
	}
}

.w_index .moblie_wrapper_bg .swiper-container {
	position: absolute;
	top: 153px;
	right: -43.5%;
	width: 500px;
	height: 356px;
	transform: scale(0.85);
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0.3;
	filter: alpha(opacity=30);
}

@media only screen and (max-width:991px) {
	.w_index .moblie_wrapper_bg .swiper-container {
		top: 114px;
		right: -50%;
		width: 414px;
		height: 202px;
		transform: scale(0.75);
	}
}

.w_index .homepage-features__wrapper img {
	max-width: 100%;
}

.w_index .crtbtn {
	text-align: center;
	margin-top: 230px;
	font-size: 50px;
	color: black;
}

.w_index .crtbtn>div {
	cursor: pointer;
	display: inline-block;
}

.w_index .four {
	background-color: white;
}

.w_index .four .content_box {
	margin-top: 50px;
	position: relative;
	height: 500px;
	overflow: hidden;
}

@media only screen and (max-width:1199px) {
	.w_index .four .content_box {
		height: 395px;
	}
}

.swiper_img .swiper-container {
	position: absolute;
	width: 2280px;
	height: 500px;
	/* margin: 20px auto; */
	left: 50%;
	margin-left: -970px;
}

@media only screen and (max-width:1199px) {
	.w_index .swiper_img .swiper-container {
		width: 1800px;
		height: 395px;
		margin-left: -730px;
	}
}

@media only screen and (max-width:991px) {
	.w_index .swiper_img .swiper-container {
		width: 1800px;
		margin-left: -900px;
	}
}

.w_index .swiper_img .swiper-slide {
	width: 760px;
	font-size: 18px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	background: #fff;
}

@media only screen and (max-width:1199px) {
	.w_index .swiper_img .swiper-slide {
		width: 600px;
	}
}

.w_index .swiper_img .swiper-slide {
	transition: all 0.3s;
	opacity: 0.7;
}

.w_index .swiper_img .swiper-slide.active {
	/*transition: all .5s;*/
	opacity: 1;
}

.w_index .swiper_img img {
	max-width: 100%;
}

.w_index .profession-gallery-control {
	position: absolute;
	width: 2280px;
	height: 500px;
	left: 50%;
	margin-left: -970px;
}

@media only screen and (max-width:1199px) {
	.w_index .profession-gallery-control {
		width: 1800px;
		height: 395px;
		margin-left: -730px;
	}
}

@media only screen and (max-width:991px) {
	.w_index .profession-gallery-control {
		width: 1800px;
		margin-left: -900px;
	}
}

.w_index .profession-gallery-control-mask {
	position: relative;
	float: left;
	width: 33.333333333333%;
	height: 100%;
}

.w_index .profession-gallery-control-mask .swiper-container {
	position: absolute;
	width: 350px;
	height: 100%;
	margin-left: -350px;
	color: rgb(53, 53, 53);
	background-color: rgba(255, 255, 255, .8);
	overflow: visible;
}

.w_index .profession-gallery-control-mask .service {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding: 10px 80px 10px 30px;
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translate3d(0, 15%, 0);
	transform: translate3d(0, 15%, 0);
	opacity: 0;
}

.w_index .profession-gallery-control-mask .swiper-slide.active .service {
	z-index: 10;
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.w_index .profession-gallery-control-mask .swiper_arrows {
	box-sizing: border-box;
	position: absolute;
	z-index: 20;
	top: 50%;
	right: -50px;
	width: 100px;
	height: 50px;
	margin-top: -25px;
}

.w_index .profession-gallery-control-mask .swiper-button {
	cursor: pointer;
	float: left;
	height: 50;
	font-size: 30px;
	line-height: 50px;
	background: white;
	text-align: center;
	color: #ff3700;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #ff3700;
}

.w_index .profession-gallery-control-mask .sssssn {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.w_index .profession-gallery-control-mask .sssssp {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.w_index .content_box .btns {
	margin-bottom: 30px;
}

.w_index .content_box .btns .btn_type {
	cursor: pointer;
	background: transparent;
	outline: navajowhite;
	border: 1px solid white;
	color: white;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 15px;
	transition: all 0.5s;
}


/*@media only screen and (max-width:575px) {
	.w_index .content_box .btns .btn_type {
		display: block;
		margin: 0px auto 10px auto;
		width: 10em;
	}
}*/

.w_index .content_box .btns .btn_type.active {
	color: #FF3700;
	border: 1px solid #FF3700;
	background: white;
}

.w_index .content_box .btns .btn_type:hover {
	color: #FF3700;
	border: 1px solid #FF3700;
	background: white;
}

.w_index .process {
	background-color: #eefafd;
}

@media only screen and (max-width:575px) {
	.w_index .process {
		padding-bottom: 40px;
	}
}

.w_index .process .content_box {
	margin-top: 50px;
}

.w_index .process dl dd .text {
	margin-top: 20px;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid black;
	padding: 5px 15px;
}

@media only screen and (max-width:575px) {
	.w_index .process dl dd .text {
		font-size: 13px;
		padding: 5px 7px;
	}
}

.w_index .process dl {
	position: relative;
}

@media only screen and (max-width:991px) {
	.w_index .process dl {
		margin-bottom: 40px;
	}
	.w_index .process dl:after {
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.w_index .process dl {
		margin-bottom: 40px;
		margin-left: 5px;
		margin-right: 5px;
	}
}

.w_index .process dl dt img {
	max-width: 100%;
}

.w_index .process dl:after {
	position: absolute;
	top: 50px;
	right: -17px;
	content: "";
	background: url(../images/index_proce_right.png) no-repeat top center;
	width: 32px;
	height: 27px;
}

.w_index .process .col-lg-2:last-child dl:after {
	display: none;
}

.w_index .address {
	background-color: white
}

.w_index .address .box_top .items{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 18px;
    margin: 0px 10px;
}
@media only screen and (max-width:991px ) {
	.w_index .address .box_top .items{
	    padding-bottom: 2px;
	}
}
@media only screen and (max-width:767px ) {
	.w_index .address .box_top .items{
	    margin-top: 40px;
	}
}
.w_index .address .box_top .item {
	padding-top: 50px;
	color: black;
	text-align: center;
	position: relative;
	padding-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
	.w_index .address .box_top .item {
		padding-top: 28px;
	}
}
@media only screen and (max-width:991px) {
	.w_index .address .box_top .item {
		padding-top: 12px;
	}
}

@media only screen and (max-width:767px) {
	.w_index .address .box_top .item {
		padding-top: 15px;
	}
}

.w_index .address .box_top .item:after {
	position: absolute;
	top: 36px;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background-color: #e8e8e8;
	transform: rotate(20deg);
}
@media only screen and (max-width:1199px) {
	.w_index .address .box_top .item:after {
		top: 11px
	}
}
@media only screen and (max-width:991px) {
	.w_index .address .box_top .item:after {
		top: 0px
	}
}

@media only screen and (max-width:767px) {
	.w_index .address .box_top .item:after {
		top: 0px
	}
}
@media only screen and (max-width:575px) {
	.w_index .address .box_top .item:after {
		top: 8px;
		height: 80px;
		right: -8px;
	}
}

.w_index .address .box_top .item strong {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

@media only screen and (max-width:575px) {
	.w_index .address .box_top .item strong {
		font-size: 17px;
	}
}

.w_index .address .box_top .item .text {
	font-size: 15px;
}

.w_index .address .box_top .item_qq {
	color: #ff3700;
}

.w_index .address .box_top .item_qq:after {
	display: none;
}

.w_index .address .box_top .item_qq i {
	margin-bottom: 10px;
	font-size: 28px;
}

@media only screen and (max-width:575px) {
	.w_index .address .box_top .item_qq i {
		font-size: 22px;
	}
}

.w_index .address .box_top .item_qq .text {
	font-weight: bold;
}

.w_index .address .box_content {
	margin-top: 45px;
}

.w_index .address .box_content dl {
	margin-top: 35px;
}

.w_index .address .box_content dl dd strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.w_index .address .box_content dl dd p {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}

.w_index .address .box_content dl dt {
	float: left;
}

.w_index .address .box_content dl dd {
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}

.w_index .address .box_content dl dd table tr td {
	vertical-align: text-top;
}

.w_index .address .box_content dl dd table tr td:first-child {
	width: 4em;
}

@media only screen and (max-width: 767px) {
	.w_index .address .box_content .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

.w_index .connect {
	background-color: #2484fe;
	background: linear-gradient(#01cafe, #2484fe);
}

.w_index .question_box {
	padding: 0 48px 0px 0px;
}

@media only screen and (max-width:991px) {
	.w_index .question_box {
		padding: 0 30px 0px 0px;
	}
}

@media only screen and (max-width:767px) {
	.w_index .question_box {
		padding: 0px 0px 35px 0px;
	}
}

.w_index .question_box .box_title {
	font-size: 16px;
}

.w_index .question_box .box_content {
	margin-top: 20px;
	/*height: 471px;
	overflow-y: scroll;*/
}

.w_index .question_box .box_content img {
	width: 100%;
}

.w_index .question_box .box_content dl {
	padding: 20px;
	background-color: white;
	border-bottom: 1px solid #eee;
}

.w_index .question_box .box_content dl:last-child {
	border: none;
}

.w_index .question_box .box_content dl span {
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: white;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-radius: 100%;
	background-color: #cecece;
}
.w_index .question_box .box_content dl .text {display: block;}
@media only screen and (max-width:1199px ) {
	.w_index .question_box .box_content dl .text {
		padding-left: 10px;
}
}
.w_index .question_box .box_content dl dt {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #ff3700;
}

.w_index .message_box .box_title {
	font-size: 16px;
}

.w_index .message_box .form-group {
	border: 1px solid white;
	width: 100%;
	padding: 15px;
	background-color: #0c8fdc;
	margin-bottom: 26px;
}

.w_index .message_box .form-group input {
	color: white;
	padding-left: 10px;
	background-color: transparent;
	outline: none;
	border: none;
	width: 100%;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.w_index .message_box .form-group span {
	font-size: 15px;
	color: white;
}

.w_index .message_box .box_content {
	margin-top: 20px;
}

.w_index .message_box .form-group textarea {
	width: 100%;
	color: white;
	padding-left: 10px;
	height: 7em;
	background: transparent;
	border: none;
}

.w_index .message_box .yzm {
	display: inline-block;
	width: 10em;
}

.img_yzm {
	cursor: pointer;
	display: inline-block;
}

.w_index .message_box button {
	margin-top: 5px;
	color: white;
	font-size: 18px;
	width: 100%;
	outline: none;
	border: none;
	background-color: #ff3700;
	height: 44px;
	line-height: 44px;
	border-radius: 30px;
}

.w_index .problem .img_box {
	margin-top: 100px;
}

@media only screen and (max-width:767px) {
	.w_index .problem .img_box {
		margin-top: 60px;
	}
}

.w_index .problem .img_box .box_img {
	position: absolute;
	width: 117px;
	height: 132px;
	color: white;
	text-align: center;
	font-size: 14px;
}

@keyframes updown {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0px);
	}
}

.w_index .problem .img_box .box_img01 {
	background: url(../images/index_problem_img02.png) no-repeat top center;
	top: 17%;
	left: 29%;
	padding-top: 2%;
	animation: updown 2.1s infinite ease-in-out;
}

.w_index .problem .img_box .box_img01 strong {
	font-size: 2em;
}

.w_index .problem .img_box .box_img01 p {
	font-size: 1.2em;
}

.w_index .problem .img_box .box_img02 {
	background: url(../images/index_problem_img03.png) no-repeat top center;
	top: -30%;
	left: 37%;
	padding-top: 10px;
	animation: updown 2.3s infinite ease-in-out;
	animation-delay: 0.5s;
}

.w_index .problem .img_box .box_img02 strong {
	font-size: 1.5em;
}

.w_index .problem .img_box .box_img02 p {
	font-size: 1.1em;
}

.w_index .problem .img_box .box_img03 {
	background: url(../images/index_problem_img04.png) no-repeat top center;
	top: -22%;
	left: 51%;
	padding-top: 10px;
	animation: updown 2.2s infinite ease-in-out;
	animation-delay: 0.8s;
}

.w_index .problem .img_box .box_img03 strong {
	font-size: 1.8em;
}

.w_index .problem .img_box .box_img03 p {
	font-size: 1.1em;
}

.w_index .problem .img_box .box_img04 {
	background: url(../images/index_problem_img05.png) no-repeat top center;
	top: 12%;
	right: 27%;
	padding-top: 7px;
	animation: updown 2s infinite ease-in-out;
}

.w_index .problem .img_box .box_img04 strong {
	font-size: 1.9em;
}

.w_index .problem .img_box .box_img04 p {
	font-size: 1.2em;
}

.w_index .problem .img_box .box_img05 {
	background: url(../images/index_problem_img06.png) no-repeat top center;
	top: 34%;
	left: 46%;
	padding-top: 12px;
	animation: updown 2s infinite ease-in-out;
	animation-delay: 0.8s;
}

.w_index .problem .img_box .box_img05 strong {
	font-size: 2em;
}

.w_index .problem .img_box .box_img05 p {
	font-size: 1.6em;
}

@media only screen and (max-width:991px) {
	.w_index .problem .img_box .box_img01 {
		background: url(../images/index_problem_img02.png) no-repeat top center;
		top: 17%;
		left: 21%;
	}
	.w_index .problem .img_box .box_img02 {
		background: url(../images/index_problem_img03.png) no-repeat top center;
		top: -30%;
		left: 32%;
	}
	.w_index .problem .img_box .box_img03 {
		background: url(../images/index_problem_img04.png) no-repeat top center;
		top: -22%;
		left: 51%;
	}
	.w_index .problem .img_box .box_img04 {
		background: url(../images/index_problem_img05.png) no-repeat top center;
		top: 12%;
		right: 15%;
	}
	.w_index .problem .img_box .box_img05 {
		background: url(../images/index_problem_img06.png) no-repeat top center;
		top: 34%;
		left: 46%;
	}
}

@media only screen and (max-width:767px) {
	.w_index .problem .img_box .box_img01 {
		background: url(../images/index_problem_img02.png) no-repeat top center;
		background-size: contain;
		width: 97px;
		top: 17%;
		left: 16%;
		font-size: 13px;
	}
	.w_index .problem .img_box .box_img02 {
		background: url(../images/index_problem_img03.png) no-repeat top center;
		background-size: contain;
		top: -19%;
		left: 32%;
		width: 58px;
		font-size: 10px;
		padding-top: 7px;
	}
	.w_index .problem .img_box .box_img03 {
		background: url(../images/index_problem_img04.png) no-repeat top center;
		background-size: contain;
		width: 78px;
		top: -22%;
		left: 51%;
		font-size: 10px;
		padding-top: 14px;
	}
	.w_index .problem .img_box .box_img04 {
		background: url(../images/index_problem_img05.png) no-repeat top center;
		background-size: contain;
		width: 78px;
		top: 12%;
		right: 15%;
		font-size: 10px;
		padding-top: 12px;
	}
	.w_index .problem .img_box .box_img05 {
		background: url(../images/index_problem_img06.png) no-repeat top center;
		background-size: contain;
		width: 90px;
		top: 34%;
		left: 46%;
		font-size: 11px;
	}
}

@media only screen and (max-width:479px) {
	.w_index .problem .img_box .box_img01 {
		width: 63px;
		top: 17%;
		left: 11%;
		font-size: 8px;
		padding-top: 5px;
	}
	.w_index .problem .img_box .box_img02 {
		top: -34%;
		left: 27%;
		width: 54px;
		font-size: 8px;
		padding-top: 5px;
	}
	.w_index .problem .img_box .box_img03 {
		width: 57px;
		top: -34%;
		left: 51%;
		font-size: 9px;
		padding-top: 5px;
	}
	.w_index .problem .img_box .box_img04 {
		width: 63px;
		top: 12%;
		right: 13%;
		font-size: 10px;
		padding-top: 5px;
	}
	.w_index .problem .img_box .box_img05 {
		width: 65px;
		font-size: 8px;
		left: 38%;
		padding-top: 5px;
	}
}

@keyframes updown {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0px);
	}
}


#fixedBar.on>div {
    position: fixed;
}
/* header */
.header{ height: 96px; position: relative; z-index: 90; }
.header .fixed{ position: fixed; z-index: 98; width: 100%; height: inherit; top: 47px; box-shadow: 0 0 10px rgba(0,0,0,.15); background-color: #fff; background-color:rgba(255,255,255,.6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.header .fixed .container{ position: relative; top: 50%; margin-top: -23px; }
.header.on .fixed{ height: 60px; background-color:rgba(255,255,255,.95) }
.logo{float:left;}
.logo .text{background:url(../images/logo_text.png) no-repeat; height:29px; line-height:29px; width:139px; text-align:center; display:inline-block; margin-left:10px;}
.head_R{float:right;}
.topbar{ height: 47px; }
.topbar .fixed{ background-color: #f6f6f6; border-bottom: 1px solid #e7e7e7; position: fixed; top:0; height: inherit; width: 100%; z-index: 99; }
.top-tel{ float: left; font-size: 18px; font-weight: bold; color: #878787; line-height: 46px; padding-left: 50px; background: url(../images/icon-tel.png) no-repeat 10px center; }
.top-login{ float: right; padding-top: 8px; line-height: 30px;}
.top-login a span { display: inline-block; height: 30px; line-height: 30px; padding-left: 15px; padding-right: 8px; border-radius: 15px; margin-right: 12px; color: #fff;}
.top-login a span i { background-color: rgba(0,0,0,.2); color: #fff; border-radius: 50%; width: 14px; height: 14px; line-height: 14px; text-align: center; margin-left: 8px; }
.top-login .international {
    background: -webkit-linear-gradient(top,#fabb47, #f8b02f, #f7ad27); /* Chrome,Safari4+ */ 
    background: -moz-linear-gradient(top,#fabb47, #f8b02f, #f7ad27); /* FF3.6+ */ 
    background: -ms-linear-gradient(top,#fabb47, #f8b02f, #f7ad27); /* IE10+ */ 
    background: -o-linear-gradient(top,#fabb47, #f8b02f, #f7ad27); /* Opera 11.10+ */ 
    background: linear-gradient(top,#fabb47, #f8b02f, #f7ad27); /* W3C */ 
}
.top-login .standard {
    background: -webkit-linear-gradient(top,#fd8935, #fa7c23, #f66e0b); /* Chrome,Safari4+ */ 
    background: -moz-linear-gradient(top,#fd8935, #fa7c23, #f66e0b); /* FF3.6+ */ 
    background: -ms-linear-gradient(top,#fd8935, #fa7c23, #f66e0b); /* IE10+ */ 
    background: -o-linear-gradient(top,#fd8935, #fa7c23, #f66e0b); /* Opera 11.10+ */ 
    background: linear-gradient(top,#fd8935, #fa7c23, #f66e0b); /* W3C */ 
}
.main-menu{float:right;}
.main-menu > li{float:left; position: relative;}
.main-menu > li > a{height:46px; line-height:46px; width: 100%; display: block; font-size:16px; text-align: center; padding:0 25px;}
.main-menu > li > ul { list-style: none; visibility: hidden; opacity: 0; -webkit-transform:translate3d(0, 2em, 0); transform:translate3d(0, 2em, 0); -webkit-transition: all .3s; transition: all .3s; margin: 0; padding: 0; top:100%; position: absolute; width: 150px; left: 50%; margin-left:-75px; background-color: #f2f2f2; box-shadow: 2px 2px 8px #ccc;}
.main-menu > li > ul:before{ content: ""; border-bottom: 8px solid #f2f2f2; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left:50%;margin-left:-8px; }
.main-menu > li > ul > li > a { display: block; height: 46px; line-height: 46px; text-align: center; background-color: #f2f2f2; -webkit-transition: all .3s; transition: all .3s;}
.main-menu > li > ul > li > a:hover{ background-color: #eee; }
.main-menu > li > a:hover,
.main-menu > li > a.active{color:#00c1eb;}
.main-menu > li:hover > ul { visibility: visible; opacity: 1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.loginBox{float:left; border:1px solid #e0e2e4; padding:6px 10px; line-height:1; border-radius:15px; margin-top:9px;}
.loginBox a{padding:0 10px; color:#a6a9b0;}
.loginBox a:hover{color:#00c1eb;}
.loginBox a:first-child{border-right:1px solid #e0e2e4;}
.menu-toggle { display: none; font-size:28px; color:#999; line-height: 46px; padding-left: 15px; padding-right: 15px; margin-right: 10px; float: left; }
@media screen and (max-width: 1199px){
    .main-menu > li > a{padding:0 18px;}
}
@media screen and (max-width: 990px){
    .main-menu > li > a{padding:0 15px;}
}
@media screen and (max-width: 767px){
    .header{ height: 60px; }
    .menu-toggle{ display: block; }
    .main-menu{ display:none; opacity: 0; position: fixed; width: 100%; overflow: auto; background-color: #fff; left: 0; top: 99px; bottom:0; float: none; margin:0; -webkit-transition: all .3s; transition: all .3s; -webkit-transform:scale(1.4); transform:scale(1.4);  }
    .main-menu > li{ width: 100%; border-top: 1px solid #eee;}
    .main-menu > li > ul { position: static; visibility: visible; box-shadow: none; opacity: 1; margin:0; width: auto; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
    .main-menu > li > ul > li > a { background-color: #f8f8f8; }
    .main-menu > li > ul:before{ display: none; }
    .main-menu.open{ display:block; opacity: 1; -webkit-transform:scale(1); transform:scale(1); }
}
@media screen and (max-width: 479px){
    .logo{ width: 65px; overflow: hidden; }
}

.login-box{
    float: left;
    position: relative;
}
.login-box-new {
    margin-top: -3px;
}
.login-box .ava {
    display: block;
    border: 2px solid #00b5ff;
    border-radius: 50%;
    overflow: hidden;
    width: 46px;
    height:46px;
}
.login-box-new .ava {
    width: 36px;
    height:36px;
}
.login-box .ava img{width:100%; height:100%;}
.login-box .dropdown {
    position: absolute;
    width: 120px;
    right: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.login-box .dropdown:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 14px;
    margin-left: -4px;
    border-bottom: 4px solid #ddd;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.login-box .dropdown:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 15px;
    margin-left: -4px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.login-box .dropdown a {
    display: block;
    height: 32px;
    line-height: 32px;
}
.login-box .dropdown a:hover {
    color: #00b5ff;
}
.login-box:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* footer */
.footer{margin-top:0;padding-top:25px;background-color: #fff;}
.brandlink{text-align:center;}
.brandlink a{display:inline-block; height:32px; line-height:32px; font-size:16px; margin-left: 1em;}
.brandlink a:before{content:"•"; font-size: 12px; margin-right: 1em;}
.brandlink a:first-child:before{display:none;}
.copyright{margin-bottom:1em;}
.footlink{margin-bottom:1em;}
.footlink a{line-height:1; padding:0 5px;}
.footlink a:hover{color:#00c1eb;}

/* 侧边工具栏 */
.side-tool {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 120px;
    font-size: 14px;
}
.side-tool > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-tool > ul > li {
    position: relative;
    margin-top: 5px;
}
.side-tool > ul > li .item {
    width: 4em;
    height: 4em;
    text-align: center;
    background-color: #999;
    color: #fff;
    cursor: pointer;
}
.side-tool > ul > li .item .fa {
    font-size: 1.5em;
    margin-top: .4em;
}
.side-tool > ul > li .item span{
    display: block;
    font-size: .8em;
}
.side-tool > ul > li:nth-child(1) .item{background-color:#dd7617;}
.side-tool > ul > li:nth-child(2) .item{background-color:#ff6158;}
.side-tool > ul > li:nth-child(3) .item{background-color:#4b80c2;}
.side-tool > ul > li:nth-child(4) .item{background-color:#ffc40c;}
.side-tool > ul > li:nth-child(5) .item{background-color:#5cca4d;}
.side-tool > ul > li .dropdown {
    position: absolute;
    top: 0;
    right: 6em;
    background-color: #fff;
    min-height: 4em;
    min-width: 10em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.side-tool > ul > li .dropdown .sideshare{border:1px solid #eee;}
.side-tool > ul > li .dropdown:before {
    content: "";
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: -5px;
    top: 1.5em;
}
.side-tool > ul > li:hover .dropdown {
    right: 4em;
    visibility: visible;
    opacity: 1;
}
.side-tool .fd-back {
    height: 4em;
    border: 1px solid #eee;
    line-height: 1.9;
    padding-left: 1em;
}
.side-tool .service {
    border: 1px solid #eee;
    height: 4em;
    padding-top: 12px;
    text-align: center;
}
.side-tool .phone {
    border: 1px solid #eee;
    text-align: center;
    width: 14em;
    height: 4em;
    padding: .5em;
}
.side-tool .phone span  {
    font-size: 1.4em;
}
.side-tool .qrcode {
    border: 1px solid #eee;
}
.side-tool .bdsharebuttonbox {
    width: 18em;
    text-align: center;
}
.side-tool .bdsharebuttonbox a {
    margin-left: 1em;
}
.side-tool .totop {
    display: none;
}
@media screen and (max-width: 767px){
  .side-tool{ display: none;}
}
/* 分享 */
.sideshare {
    white-space: nowrap;
    padding: 5px 5px 0;
}
.sideshare a {
    cursor: pointer;
    display: inline-block;
}
.media-icon{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/media-icons.jpg);
    background-repeat: no-repeat;
}
.media-weixin {
    background-position: 0 0;
}
.media-tsina {
    background-position: -40px 0;
}
.media-qzone {
    background-position: -80px 0;
}
.media-qqim {
    background-position: -120px 0;
}
.media-qqmb {
    background-position: -160px 0;
}

.w_index .in_link{background-color:#fff; padding-bottom:0px; padding-top:30px;}
.in_link_title{font-size:16px; float:left; background-color:#eeeeee; padding:5px 15px;}
.in_link_text{float:right; font-size:12px; line-height:32px;}
.index-friend-link {
    line-height: 1.6;
    border: 1px solid #eeeeee;
    padding: 10px;
    background-color:#f9f9f9;
}
.index-friend-link a{
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    font-size:12px;
}
@media only screen and (max-width:575px ) {
	.w_index .in_link{display:none;}
}

.swiper-banner .swiper-slide img {
	min-height: 200px;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
	background: none;
}